home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
wais
/
ui
/
util.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-05-09
|
576b
|
25 lines
/* WIDE AREA INFORMATION SERVER SOFTWARE:
No guarantees or restrictions. See the readme file for the full standard
disclaimer.
This is part of the shell user-interface for the WAIS software. Do with it
as you please.
jonathan@Think.COM
*
* $Log: util.h,v $
* Revision 1.2 92/03/17 14:32:44 jonathan
* Prototyped and cleaned up.
*
*/
#ifndef _H_UTIL
#define _H_UTIL
#include <cdialect.h>
int charlistlength _AP((char** list));
void listlength _AP((List list));
void find_value _AP((char* source, char* key, char* value, int value_size));
#endif